Encode Text
The Encode Text algorithm allows you to convert text in any available code page to another code page. For example, the codepage 1253 provides character codes required in the Greek writing system and the codepage 1250 provides the characters for Latin writing systems including English, German and French.
To configure this manipulate step, follow the instructions below:
- In the Admin Navigation tree, select Interfaces > InterfaceName > Tasks > TaskName > Steps.
- On the toolbar, click New >New Manipulate Step.
Creating a New Manipulate Step
- Navigate to the Texts section and select Encode Text.
Texts Section
- In the Encode Text work area, fill in the following fields
Fields | Description |
---|---|
Name |
Provide a distinctive name for this step. |
Is Active |
Select the check box to engage the scheduler for this step. |
Order of Execution |
Enter the order in which this step should be executed. |
Filter Expression |
Optional. Use this filed to filter data from the source database prior to inserting it into the Schema table. |
Sort Expression |
Optional. Use this field to sort data from the source database prior to inserting it into the Schema table. |
Stop interface execution if query failed |
Optional. If enabled, the system will stop any data manipulation if the query returns an error. |
Save Schema (enabled per interface) |
If selected, the schema is created for this step. |
Source Column |
Select the column where the source data is stored. |
From Code Page |
Specify the code page identifier of the source data. The list of available code page identifiers can be checked here. |
Target Column | Select the target column where the result should be placed. |
To Code Page | Specify the code page identifier of the target data. The list of available code page identifiers can be checked here. |
- Click the Save button.